vcScript

vcScript allows you to publish and execute a Python script.

See in: Overview

Module: vcBehaviors

Parent: vcBehavior

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
LanguagevcLanguageTypeRWGets or sets the language of the Python script.
ScriptStringRWGets or sets the executable Python code of script.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
convertToByteCodeBooleanNoneConverts the python script into bytecode. Generally, this method is used to obfuscate the code of a script.

Exceptions:
RuntimeError: When trying to convert during runtime.